﻿Install: QA.exe /Inst [options]
Uninstall: QA.exe /Uninst

Options:
/ShowRunAsQA
/HideRunAsAdmin
/ShowLnkConvertOption
/EnvVar (Enable %qa% environment variable)
/RunAlt (Use execute method of v3.0)

To automate the installation of QA (install when a new user logs on), add the following registry key:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce]
"QuickAdmin" = "<Absolute path of QA.exe> /Inst [options]"
